Map Client
interface MapClient
Content copied to clipboard
Interface for the MapClient.
Functions
scheduleRepaint
Link copied to clipboard
abstract fun scheduleRepaint()
Content copied to clipboard
scheduleTask
Link copied to clipboard
Requests client to schedule task to be executed on client's scheduling system.Note: Implementation of this method is required when client uses dedicated rendering thread other then the threadwhere Map instance is constructed.Note: Client must clean the pending tasks from the task queue after the renderer is destroyed.